Html Css Color HEX #FFFA35 Gorse

📋 copy color: '#FFFA35'

red 255 ◦ green 250 ◦ blue 53

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

Shades of Gorse #FFFA35

Tints of Gorse #FFFA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 9.5%

R = 45.7%
G = 44.8%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFFA35 (or 0xFFFA35) is known color: Gorse. HEX triplet: FF, FA and 35. RGB value is (255,250,53). Sum of RGB (Red+Green+Blue) = 255+250+53=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 53 (21.09% from 255 or 9.50% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA35 is #0005CA. Grayscale: #E5E5E5. Windows color (decimal): -1483 or 3537663. OLE color: 3537663.

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

Color convert

RGB 255 250 53 -
CMYK 0 0.02 0.79 0
HSL 58.51º 1% 0.6% -
HSV(B) 58.51º 0.79% 1% -
XYZ 76.07 89.89 16.71 -
YUV 229.04 28.66 146.52 -
System Red Green Blue C M Y K H S L
Decimal 255 250 53 0 0.02 0.79 0 58.51 1 0.6
Hex FF FA 35 0 2 4F 0 3B 64 3C
Octal 377 372 65 0 2 117 0 73 144 74
Binary 11111111 11111010 110101 0 10 1001111 0 111011 1100100 111100

Color Harmonies of #FFFA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA35

Black with #FFFA35

Text Example


Text Example

White with #FFFA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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