Html Css Color HEX #FFB15F Rajah

📋 copy color: '#FFB15F'

red 255 ◦ green 177 ◦ blue 95

#FFB15F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FFB15F

Tints of Rajah #FFB15F

RGB

 RED value IS 255 (100% from 255) = 48.39%

 GREEN value IS 177 (69.53% from 255) = 33.59%

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 48.39%
G = 33.59%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFB15F (or 0xFFB15F) is known color: Rajah. HEX triplet: FF, B1 and 5F. RGB value is (255,177,95). Sum of RGB (Red+Green+Blue) = 255+177+95=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB15F is #004EA0. Grayscale: #BFBFBF. Windows color (decimal): -20129 or 6271487. OLE color: 6271487.

HSL color Cylindrical-coordinate representation of color #FFB15F: hue angle of 30.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFB15F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 177 95 -
CMYK 0 0.31 0.63 0
HSL 30.75º 1% 0.69% -
HSV(B) 30.75º 0.63% 1% -
XYZ 59.03 53.53 18.05 -
YUV 190.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 255 177 95 0 0.31 0.63 0 30.75 1 0.69
Hex FF B1 5F 0 1F 3F 0 1F 64 45
Octal 377 261 137 0 37 77 0 37 144 105
Binary 11111111 10110001 1011111 0 11111 111111 0 11111 1100100 1000101

Color Harmonies of #FFB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB15F

Black with #FFB15F

Text Example


Text Example

White with #FFB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB15F; }

 p { color: rgb(255,177,95); }

 H1.HeaderClassName
 {
   color: #FFB15F;
 }
 .AnyTagClassName
 {
   color: #FFB15F;
 }
</style>

background-color css

<style>
 a { background-color: #FFB15F; }

 a { background-color: rgb(255,177,95); }

 div.DivClassName
 {
   background-color: #FFB15F;
 }
 .BgClassName
 {
   background-color: #FFB15F;
 }
</style>

border-color css

<style>
 span { border-color: #FFB15F; }

 span { border-color: rgb(255,177,95); }

 td.TdClassName
 {
   border-color: #FFB15F;
 }
 .TagClassName
 {
   border-color: #FFB15F;
 }
</style>