Html Css Color HEX #FCCF2F Sunglow

📋 copy color: '#FCCF2F'

red 252 ◦ green 207 ◦ blue 47

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

Shades of Sunglow #FCCF2F

Tints of Sunglow #FCCF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

 BLUE value IS 47 (18.75% from 255) = 9.29%

R = 49.8%
G = 40.91%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCCF2F (or 0xFCCF2F) is known color: Sunglow. HEX triplet: FC, CF and 2F. RGB value is (252,207,47). Sum of RGB (Red+Green+Blue) = 252+207+47=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF2F is #0330D0. Grayscale: #CACACA. Windows color (decimal): -209105 or 3133436. OLE color: 3133436.

HSL color Cylindrical-coordinate representation of color #FCCF2F: hue angle of 46.83º 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 #FCCF2F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 47 -
CMYK 0 0.18 0.81 0.01
HSL 46.83º 0.97% 0.59% -
HSV(B) 46.83º 0.81% 0.99% -
XYZ 62.97 65.53 12.02 -
YUV 202.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 252 207 47 0 0.18 0.81 0.01 46.83 0.97 0.59
Hex FC CF 2F 0 12 51 1 2F 61 3B
Octal 374 317 57 0 22 121 1 57 141 73
Binary 11111100 11001111 101111 0 10010 1010001 1 101111 1100001 111011

Color Harmonies of #FCCF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF2F

Black with #FCCF2F

Text Example


Text Example

White with #FCCF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF2F; }

 p { color: rgb(252,207,47); }

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

background-color css

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

 a { background-color: rgb(252,207,47); }

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

border-color css

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

 span { border-color: rgb(252,207,47); }

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