Html Css Color HEX #FCB05D Rajah

📋 copy color: '#FCB05D'

red 252 ◦ green 176 ◦ blue 93

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

Shades of Rajah #FCB05D

Tints of Rajah #FCB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 48.37%
G = 33.78%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCB05D (or 0xFCB05D) is known color: Rajah. HEX triplet: FC, B0 and 5D. RGB value is (252,176,93). Sum of RGB (Red+Green+Blue) = 252+176+93=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB05D is #034FA2. Grayscale: #BDBDBD. Windows color (decimal): -216995 or 6140156. OLE color: 6140156.

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

Color convert

RGB 252 176 93 -
CMYK 0 0.30 0.63 0.01
HSL 31.32º 0.96% 0.68% -
HSV(B) 31.32º 0.63% 0.99% -
XYZ 57.65 52.54 17.46 -
YUV 189.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 252 176 93 0 0.30 0.63 0.01 31.32 0.96 0.68
Hex FC B0 5D 0 1E 3F 1 1F 60 44
Octal 374 260 135 0 36 77 1 37 140 104
Binary 11111100 10110000 1011101 0 11110 111111 1 11111 1100000 1000100

Color Harmonies of #FCB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB05D

Black with #FCB05D

Text Example


Text Example

White with #FCB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB05D; }

 p { color: rgb(252,176,93); }

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

background-color css

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

 a { background-color: rgb(252,176,93); }

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

border-color css

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

 span { border-color: rgb(252,176,93); }

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