Html Css Color HEX #FFF027 Gorse

📋 copy color: '#FFF027'

red 255 ◦ green 240 ◦ blue 39

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

Shades of Gorse #FFF027

Tints of Gorse #FFF027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.3%

R = 47.75%
G = 44.94%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFF027 (or 0xFFF027) is known color: Gorse. HEX triplet: FF, F0 and 27. RGB value is (255,240,39). Sum of RGB (Red+Green+Blue) = 255+240+39=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 39 (15.62% from 255 or 7.30% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF027 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF027 is #000FD8. Grayscale: #DEDEDE. Windows color (decimal): -4057 or 2617599. OLE color: 2617599.

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

Color convert

RGB 255 240 39 -
CMYK 0 0.06 0.85 0
HSL 55.83º 1% 0.58% -
HSV(B) 55.83º 0.85% 1% -
XYZ 72.77 83.73 14.25 -
YUV 221.57 24.97 151.84 -
System Red Green Blue C M Y K H S L
Decimal 255 240 39 0 0.06 0.85 0 55.83 1 0.58
Hex FF F0 27 0 6 55 0 38 64 3A
Octal 377 360 47 0 6 125 0 70 144 72
Binary 11111111 11110000 100111 0 110 1010101 0 111000 1100100 111010

Color Harmonies of #FFF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF027

Black with #FFF027

Text Example


Text Example

White with #FFF027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF027; }

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

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

background-color css

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

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

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

border-color css

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

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

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