Html Css Color HEX #FBAF5E Rajah

📋 copy color: '#FBAF5E'

red 251 ◦ green 175 ◦ blue 94

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

Shades of Rajah #FBAF5E

Tints of Rajah #FBAF5E

RGB

 RED value IS 251 (98.44% from 255) = 48.27%

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 48.27%
G = 33.65%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBAF5E (or 0xFBAF5E) is known color: Rajah. HEX triplet: FB, AF and 5E. RGB value is (251,175,94). Sum of RGB (Red+Green+Blue) = 251+175+94=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF5E is #0450A1. Grayscale: #BCBCBC. Windows color (decimal): -282786 or 6205435. OLE color: 6205435.

HSL color Cylindrical-coordinate representation of color #FBAF5E: hue angle of 30.96º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBAF5E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 175 94 -
CMYK 0 0.30 0.63 0.02
HSL 30.96º 0.95% 0.68% -
HSV(B) 30.96º 0.63% 0.98% -
XYZ 57.13 51.98 17.61 -
YUV 188.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 251 175 94 0 0.30 0.63 0.02 30.96 0.95 0.68
Hex FB AF 5E 0 1E 3F 2 1F 5F 44
Octal 373 257 136 0 36 77 2 37 137 104
Binary 11111011 10101111 1011110 0 11110 111111 10 11111 1011111 1000100

Color Harmonies of #FBAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF5E

Black with #FBAF5E

Text Example


Text Example

White with #FBAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF5E; }

 p { color: rgb(251,175,94); }

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

background-color css

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

 a { background-color: rgb(251,175,94); }

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

border-color css

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

 span { border-color: rgb(251,175,94); }

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