Html Css Color HEX #FCBB67 Rajah

📋 copy color: '#FCBB67'

red 252 ◦ green 187 ◦ blue 103

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

Shades of Rajah #FCBB67

Tints of Rajah #FCBB67

RGB

 RED value IS 252 (98.83% from 255) = 46.49%

 GREEN value IS 187 (73.44% from 255) = 34.5%

 BLUE value IS 103 (40.63% from 255) = 19%

R = 46.49%
G = 34.5%
B = 19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCBB67 (or 0xFCBB67) is known color: Rajah. HEX triplet: FC, BB and 67. RGB value is (252,187,103). Sum of RGB (Red+Green+Blue) = 252+187+103=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB67 is #034498. Grayscale: #C5C5C5. Windows color (decimal): -214169 or 6798332. OLE color: 6798332.

HSL color Cylindrical-coordinate representation of color #FCBB67: hue angle of 33.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCBB67 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 187 103 -
CMYK 0 0.26 0.59 0.01
HSL 33.83º 0.96% 0.7% -
HSV(B) 33.83º 0.59% 0.99% -
XYZ 60.36 57.22 20.69 -
YUV 196.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 252 187 103 0 0.26 0.59 0.01 33.83 0.96 0.7
Hex FC BB 67 0 1A 3B 1 22 60 46
Octal 374 273 147 0 32 73 1 42 140 106
Binary 11111100 10111011 1100111 0 11010 111011 1 100010 1100000 1000110

Color Harmonies of #FCBB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB67

Black with #FCBB67

Text Example


Text Example

White with #FCBB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB67; }

 p { color: rgb(252,187,103); }

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

background-color css

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

 a { background-color: rgb(252,187,103); }

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

border-color css

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

 span { border-color: rgb(252,187,103); }

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