Html Css Color HEX #FCAF2B Supernova

📋 copy color: '#FCAF2B'

red 252 ◦ green 175 ◦ blue 43

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

Shades of Supernova #FCAF2B

Tints of Supernova #FCAF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.15%

R = 53.62%
G = 37.23%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCAF2B (or 0xFCAF2B) is known color: Supernova. HEX triplet: FC, AF and 2B. RGB value is (252,175,43). Sum of RGB (Red+Green+Blue) = 252+175+43=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 43 (17.19% from 255 or 9.15% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF2B is #0350D4. Grayscale: #B7B7B7. Windows color (decimal): -217301 or 2863100. OLE color: 2863100.

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

Color convert

RGB 252 175 43 -
CMYK 0 0.31 0.83 0.01
HSL 37.89º 0.97% 0.58% -
HSV(B) 37.89º 0.83% 0.99% -
XYZ 55.91 51.53 9.28 -
YUV 182.98 49.01 177.23 -
System Red Green Blue C M Y K H S L
Decimal 252 175 43 0 0.31 0.83 0.01 37.89 0.97 0.58
Hex FC AF 2B 0 1F 53 1 26 61 3A
Octal 374 257 53 0 37 123 1 46 141 72
Binary 11111100 10101111 101011 0 11111 1010011 1 100110 1100001 111010

Color Harmonies of #FCAF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF2B

Black with #FCAF2B

Text Example


Text Example

White with #FCAF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF2B; }

 p { color: rgb(252,175,43); }

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

background-color css

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

 a { background-color: rgb(252,175,43); }

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

border-color css

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

 span { border-color: rgb(252,175,43); }

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