Html Css Color HEX #FFF02A Gorse

📋 copy color: '#FFF02A'

red 255 ◦ green 240 ◦ blue 42

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

Shades of Gorse #FFF02A

Tints of Gorse #FFF02A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 42 (16.8% from 255) = 7.82%

R = 47.49%
G = 44.69%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFF02A (or 0xFFF02A) is known color: Gorse. HEX triplet: FF, F0 and 2A. RGB value is (255,240,42). Sum of RGB (Red+Green+Blue) = 255+240+42=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 42 (16.80% from 255 or 7.82% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF02A is #000FD5. Grayscale: #DEDEDE. Windows color (decimal): -4054 or 2814207. OLE color: 2814207.

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

Color convert

RGB 255 240 42 -
CMYK 0 0.06 0.84 0
HSL 55.77º 1% 0.58% -
HSV(B) 55.77º 0.84% 1% -
XYZ 72.82 83.75 14.52 -
YUV 221.91 26.47 151.6 -
System Red Green Blue C M Y K H S L
Decimal 255 240 42 0 0.06 0.84 0 55.77 1 0.58
Hex FF F0 2A 0 6 54 0 38 64 3A
Octal 377 360 52 0 6 124 0 70 144 72
Binary 11111111 11110000 101010 0 110 1010100 0 111000 1100100 111010

Color Harmonies of #FFF02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF02A

Black with #FFF02A

Text Example


Text Example

White with #FFF02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF02A; }

 p { color: rgb(255,240,42); }

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

background-color css

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

 a { background-color: rgb(255,240,42); }

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

border-color css

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

 span { border-color: rgb(255,240,42); }

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