Html Css Color HEX #FCBF41 Supernova

📋 copy color: '#FCBF41'

red 252 ◦ green 191 ◦ blue 65

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

Shades of Supernova #FCBF41

Tints of Supernova #FCBF41

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 65 (25.78% from 255) = 12.8%

R = 49.61%
G = 37.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCBF41 (or 0xFCBF41) is known color: Supernova. HEX triplet: FC, BF and 41. RGB value is (252,191,65). Sum of RGB (Red+Green+Blue) = 252+191+65=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBF41 is #0340BE. Grayscale: #C3C3C3. Windows color (decimal): -213183 or 4308988. OLE color: 4308988.

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

Color convert

RGB 252 191 65 -
CMYK 0 0.24 0.74 0.01
HSL 40.43º 0.97% 0.62% -
HSV(B) 40.43º 0.74% 0.99% -
XYZ 59.73 58.34 13.11 -
YUV 194.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 252 191 65 0 0.24 0.74 0.01 40.43 0.97 0.62
Hex FC BF 41 0 18 4A 1 28 61 3E
Octal 374 277 101 0 30 112 1 50 141 76
Binary 11111100 10111111 1000001 0 11000 1001010 1 101000 1100001 111110

Color Harmonies of #FCBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBF41

Black with #FCBF41

Text Example


Text Example

White with #FCBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBF41; }

 p { color: rgb(252,191,65); }

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

background-color css

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

 a { background-color: rgb(252,191,65); }

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

border-color css

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

 span { border-color: rgb(252,191,65); }

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