Html Css Color HEX #FFF034 Gorse

📋 copy color: '#FFF034'

red 255 ◦ green 240 ◦ blue 52

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

Shades of Gorse #FFF034

Tints of Gorse #FFF034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.51%

R = 46.62%
G = 43.88%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFF034 (or 0xFFF034) is known color: Gorse. HEX triplet: FF, F0 and 34. RGB value is (255,240,52). Sum of RGB (Red+Green+Blue) = 255+240+52=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 52 (20.70% from 255 or 9.51% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF034 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF034 is #000FCB. Grayscale: #DFDFDF. Windows color (decimal): -4044 or 3469567. OLE color: 3469567.

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

Color convert

RGB 255 240 52 -
CMYK 0 0.06 0.80 0
HSL 55.57º 1% 0.6% -
HSV(B) 55.57º 0.8% 1% -
XYZ 73.02 83.83 15.58 -
YUV 223.05 31.47 150.79 -
System Red Green Blue C M Y K H S L
Decimal 255 240 52 0 0.06 0.80 0 55.57 1 0.6
Hex FF F0 34 0 6 50 0 38 64 3C
Octal 377 360 64 0 6 120 0 70 144 74
Binary 11111111 11110000 110100 0 110 1010000 0 111000 1100100 111100

Color Harmonies of #FFF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF034

Black with #FFF034

Text Example


Text Example

White with #FFF034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF034; }

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

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

background-color css

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

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

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

border-color css

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

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

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