Html Css Color HEX #FCB038 Supernova

📋 copy color: '#FCB038'

red 252 ◦ green 176 ◦ blue 56

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

Shades of Supernova #FCB038

Tints of Supernova #FCB038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.57%

R = 52.07%
G = 36.36%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCB038 (or 0xFCB038) is known color: Supernova. HEX triplet: FC, B0 and 38. RGB value is (252,176,56). Sum of RGB (Red+Green+Blue) = 252+176+56=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB038 is #034FC7. Grayscale: #B9B9B9. Windows color (decimal): -217032 or 3715324. OLE color: 3715324.

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

Color convert

RGB 252 176 56 -
CMYK 0 0.30 0.78 0.01
HSL 36.73º 0.97% 0.6% -
HSV(B) 36.73º 0.78% 0.99% -
XYZ 56.38 52.03 10.81 -
YUV 185.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 252 176 56 0 0.30 0.78 0.01 36.73 0.97 0.6
Hex FC B0 38 0 1E 4E 1 25 61 3C
Octal 374 260 70 0 36 116 1 45 141 74
Binary 11111100 10110000 111000 0 11110 1001110 1 100101 1100001 111100

Color Harmonies of #FCB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB038

Black with #FCB038

Text Example


Text Example

White with #FCB038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB038; }

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

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

background-color css

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

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

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

border-color css

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

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

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