Html Css Color HEX #FCB662 Rajah

📋 copy color: '#FCB662'

red 252 ◦ green 182 ◦ blue 98

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

Shades of Rajah #FCB662

Tints of Rajah #FCB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 47.37%
G = 34.21%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCB662 (or 0xFCB662) is known color: Rajah. HEX triplet: FC, B6 and 62. RGB value is (252,182,98). Sum of RGB (Red+Green+Blue) = 252+182+98=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB662 is #03499D. Grayscale: #C1C1C1. Windows color (decimal): -215454 or 6469372. OLE color: 6469372.

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

Color convert

RGB 252 182 98 -
CMYK 0 0.28 0.61 0.01
HSL 32.73º 0.96% 0.69% -
HSV(B) 32.73º 0.61% 0.99% -
XYZ 59.08 55.03 19.06 -
YUV 193.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 252 182 98 0 0.28 0.61 0.01 32.73 0.96 0.69
Hex FC B6 62 0 1C 3D 1 21 60 45
Octal 374 266 142 0 34 75 1 41 140 105
Binary 11111100 10110110 1100010 0 11100 111101 1 100001 1100000 1000101

Color Harmonies of #FCB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB662

Black with #FCB662

Text Example


Text Example

White with #FCB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB662; }

 p { color: rgb(252,182,98); }

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

background-color css

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

 a { background-color: rgb(252,182,98); }

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

border-color css

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

 span { border-color: rgb(252,182,98); }

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