Html Css Color HEX #FFFA2F Gorse

📋 copy color: '#FFFA2F'

red 255 ◦ green 250 ◦ blue 47

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

Shades of Gorse #FFFA2F

Tints of Gorse #FFFA2F

RGB

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

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

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

R = 46.2%
G = 45.29%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFFA2F (or 0xFFFA2F) is known color: Gorse. HEX triplet: FF, FA and 2F. RGB value is (255,250,47). Sum of RGB (Red+Green+Blue) = 255+250+47=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 47 (18.75% from 255 or 8.51% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA2F is #0005D0. Grayscale: #E5E5E5. Windows color (decimal): -1489 or 3144447. OLE color: 3144447.

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

Color convert

RGB 255 250 47 -
CMYK 0 0.02 0.82 0
HSL 58.56º 1% 0.59% -
HSV(B) 58.56º 0.82% 1% -
XYZ 75.94 89.84 16.03 -
YUV 228.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 255 250 47 0 0.02 0.82 0 58.56 1 0.59
Hex FF FA 2F 0 2 52 0 3B 64 3B
Octal 377 372 57 0 2 122 0 73 144 73
Binary 11111111 11111010 101111 0 10 1010010 0 111011 1100100 111011

Color Harmonies of #FFFA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA2F

Black with #FFFA2F

Text Example


Text Example

White with #FFFA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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