Html Css Color HEX #FCAF30 Supernova

📋 copy color: '#FCAF30'

red 252 ◦ green 175 ◦ blue 48

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

Shades of Supernova #FCAF30

Tints of Supernova #FCAF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.11%

R = 53.05%
G = 36.84%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCAF30 (or 0xFCAF30) is known color: Supernova. HEX triplet: FC, AF and 30. RGB value is (252,175,48). Sum of RGB (Red+Green+Blue) = 252+175+48=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF30 is #0350CF. Grayscale: #B8B8B8. Windows color (decimal): -217296 or 3190780. OLE color: 3190780.

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

Color convert

RGB 252 175 48 -
CMYK 0 0.31 0.81 0.01
HSL 37.35º 0.97% 0.59% -
HSV(B) 37.35º 0.81% 0.99% -
XYZ 56.01 51.57 9.8 -
YUV 183.55 51.51 176.83 -
System Red Green Blue C M Y K H S L
Decimal 252 175 48 0 0.31 0.81 0.01 37.35 0.97 0.59
Hex FC AF 30 0 1F 51 1 25 61 3B
Octal 374 257 60 0 37 121 1 45 141 73
Binary 11111100 10101111 110000 0 11111 1010001 1 100101 1100001 111011

Color Harmonies of #FCAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF30

Black with #FCAF30

Text Example


Text Example

White with #FCAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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