Html Css Color HEX #FCFA30 Gorse

📋 copy color: '#FCFA30'

red 252 ◦ green 250 ◦ blue 48

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

Shades of Gorse #FCFA30

Tints of Gorse #FCFA30

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.45%

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

R = 45.82%
G = 45.45%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCFA30 (or 0xFCFA30) is known color: Gorse. HEX triplet: FC, FA and 30. RGB value is (252,250,48). Sum of RGB (Red+Green+Blue) = 252+250+48=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 48 (19.14% from 255 or 8.73% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA30 is #0305CF. Grayscale: #E4E4E4. Windows color (decimal): -198096 or 3209980. OLE color: 3209980.

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

Color convert

RGB 252 250 48 -
CMYK 0 0.01 0.81 0.01
HSL 59.41º 0.97% 0.59% -
HSV(B) 59.41º 0.81% 0.99% -
XYZ 74.86 89.28 16.08 -
YUV 227.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 252 250 48 0 0.01 0.81 0.01 59.41 0.97 0.59
Hex FC FA 30 0 1 51 1 3B 61 3B
Octal 374 372 60 0 1 121 1 73 141 73
Binary 11111100 11111010 110000 0 1 1010001 1 111011 1100001 111011

Color Harmonies of #FCFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA30

Black with #FCFA30

Text Example


Text Example

White with #FCFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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