Html Css Color HEX #FFF02D Gorse

📋 copy color: '#FFF02D'

red 255 ◦ green 240 ◦ blue 45

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

Shades of Gorse #FFF02D

Tints of Gorse #FFF02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.33%

R = 47.22%
G = 44.44%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFF02D (or 0xFFF02D) is known color: Gorse. HEX triplet: FF, F0 and 2D. RGB value is (255,240,45). Sum of RGB (Red+Green+Blue) = 255+240+45=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF02D is #000FD2. Grayscale: #DFDFDF. Windows color (decimal): -4051 or 3010815. OLE color: 3010815.

HSL color Cylindrical-coordinate representation of color #FFF02D: hue angle of 55.71º 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 #FFF02D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 45 -
CMYK 0 0.06 0.82 0
HSL 55.71º 1% 0.59% -
HSV(B) 55.71º 0.82% 1% -
XYZ 72.87 83.77 14.81 -
YUV 222.26 27.97 151.36 -
System Red Green Blue C M Y K H S L
Decimal 255 240 45 0 0.06 0.82 0 55.71 1 0.59
Hex FF F0 2D 0 6 52 0 38 64 3B
Octal 377 360 55 0 6 122 0 70 144 73
Binary 11111111 11110000 101101 0 110 1010010 0 111000 1100100 111011

Color Harmonies of #FFF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF02D

Black with #FFF02D

Text Example


Text Example

White with #FFF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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