Html Css Color HEX #FFFA34 Gorse

📋 copy color: '#FFFA34'

red 255 ◦ green 250 ◦ blue 52

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

Shades of Gorse #FFFA34

Tints of Gorse #FFFA34

RGB

 RED value IS 255 (100% from 255) = 45.78%

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

 BLUE value IS 52 (20.7% from 255) = 9.34%

R = 45.78%
G = 44.88%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFFA34 (or 0xFFFA34) is known color: Gorse. HEX triplet: FF, FA and 34. RGB value is (255,250,52). Sum of RGB (Red+Green+Blue) = 255+250+52=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 52 (20.70% from 255 or 9.34% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA34 is #0005CB. Grayscale: #E5E5E5. Windows color (decimal): -1484 or 3472127. OLE color: 3472127.

HSL color Cylindrical-coordinate representation of color #FFFA34: hue angle of 58.52º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFFA34 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 250 52 -
CMYK 0 0.02 0.80 0
HSL 58.52º 1% 0.6% -
HSV(B) 58.52º 0.8% 1% -
XYZ 76.05 89.88 16.59 -
YUV 228.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 255 250 52 0 0.02 0.80 0 58.52 1 0.6
Hex FF FA 34 0 2 50 0 3B 64 3C
Octal 377 372 64 0 2 120 0 73 144 74
Binary 11111111 11111010 110100 0 10 1010000 0 111011 1100100 111100

Color Harmonies of #FFFA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA34

Black with #FFFA34

Text Example


Text Example

White with #FFFA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA34; }

 p { color: rgb(255,250,52); }

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

background-color css

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

 a { background-color: rgb(255,250,52); }

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

border-color css

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

 span { border-color: rgb(255,250,52); }

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