Html Css Color HEX #FCF127 Gorse

📋 copy color: '#FCF127'

red 252 ◦ green 241 ◦ blue 39

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

Shades of Gorse #FCF127

Tints of Gorse #FCF127

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

 BLUE value IS 39 (15.63% from 255) = 7.33%

R = 47.37%
G = 45.3%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCF127 (or 0xFCF127) is known color: Gorse. HEX triplet: FC, F1 and 27. RGB value is (252,241,39). Sum of RGB (Red+Green+Blue) = 252+241+39=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 39 (15.62% from 255 or 7.33% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF127 is #030ED8. Grayscale: #DEDEDE. Windows color (decimal): -200409 or 2617852. OLE color: 2617852.

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

Color convert

RGB 252 241 39 -
CMYK 0 0.04 0.85 0.01
HSL 56.9º 0.97% 0.57% -
HSV(B) 56.9º 0.85% 0.99% -
XYZ 71.97 83.75 14.29 -
YUV 221.26 25.14 149.93 -
System Red Green Blue C M Y K H S L
Decimal 252 241 39 0 0.04 0.85 0.01 56.9 0.97 0.57
Hex FC F1 27 0 4 55 1 39 61 39
Octal 374 361 47 0 4 125 1 71 141 71
Binary 11111100 11110001 100111 0 100 1010101 1 111001 1100001 111001

Color Harmonies of #FCF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF127

Black with #FCF127

Text Example


Text Example

White with #FCF127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF127; }

 p { color: rgb(252,241,39); }

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

background-color css

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

 a { background-color: rgb(252,241,39); }

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

border-color css

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

 span { border-color: rgb(252,241,39); }

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