Html Css Color HEX #FFF02B Gorse

📋 copy color: '#FFF02B'

red 255 ◦ green 240 ◦ blue 43

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

Shades of Gorse #FFF02B

Tints of Gorse #FFF02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 7.99%

R = 47.4%
G = 44.61%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFF02B (or 0xFFF02B) is known color: Gorse. HEX triplet: FF, F0 and 2B. RGB value is (255,240,43). Sum of RGB (Red+Green+Blue) = 255+240+43=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF02B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF02B is #000FD4. Grayscale: #DEDEDE. Windows color (decimal): -4053 or 2879743. OLE color: 2879743.

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

Color convert

RGB 255 240 43 -
CMYK 0 0.06 0.83 0
HSL 55.75º 1% 0.58% -
HSV(B) 55.75º 0.83% 1% -
XYZ 72.84 83.75 14.61 -
YUV 222.03 26.97 151.52 -
System Red Green Blue C M Y K H S L
Decimal 255 240 43 0 0.06 0.83 0 55.75 1 0.58
Hex FF F0 2B 0 6 53 0 38 64 3A
Octal 377 360 53 0 6 123 0 70 144 72
Binary 11111111 11110000 101011 0 110 1010011 0 111000 1100100 111010

Color Harmonies of #FFF02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF02B

Black with #FFF02B

Text Example


Text Example

White with #FFF02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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