Html Css Color HEX #FBAF68 Rajah

📋 copy color: '#FBAF68'

red 251 ◦ green 175 ◦ blue 104

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

Shades of Rajah #FBAF68

Tints of Rajah #FBAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.62%

R = 47.36%
G = 33.02%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBAF68 (or 0xFBAF68) is known color: Rajah. HEX triplet: FB, AF and 68. RGB value is (251,175,104). Sum of RGB (Red+Green+Blue) = 251+175+104=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF68 is #045097. Grayscale: #BDBDBD. Windows color (decimal): -282776 or 6860795. OLE color: 6860795.

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

Color convert

RGB 251 175 104 -
CMYK 0 0.30 0.59 0.02
HSL 28.98º 0.95% 0.7% -
HSV(B) 28.98º 0.59% 0.98% -
XYZ 57.61 52.17 20.13 -
YUV 189.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 251 175 104 0 0.30 0.59 0.02 28.98 0.95 0.7
Hex FB AF 68 0 1E 3B 2 1D 5F 46
Octal 373 257 150 0 36 73 2 35 137 106
Binary 11111011 10101111 1101000 0 11110 111011 10 11101 1011111 1000110

Color Harmonies of #FBAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF68

Black with #FBAF68

Text Example


Text Example

White with #FBAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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