Html Css Color HEX #F5FE2D Gorse

📋 copy color: '#F5FE2D'

red 245 ◦ green 254 ◦ blue 45

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

Shades of Gorse #F5FE2D

Tints of Gorse #F5FE2D

RGB

 RED value IS 245 (96.09% from 255) = 45.04%

 GREEN value IS 254 (99.61% from 255) = 46.69%

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

R = 45.04%
G = 46.69%
B = 8.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#F5FE2D (or 0xF5FE2D) is known color: Gorse. HEX triplet: F5, FE and 2D. RGB value is (245,254,45). Sum of RGB (Red+Green+Blue) = 245+254+45=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 45 (17.97% from 255 or 8.27% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE2D is #0A01D2. Grayscale: #E4E4E4. Windows color (decimal): -655827 or 3014389. OLE color: 3014389.

HSL color Cylindrical-coordinate representation of color #F5FE2D: hue angle of 62.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5FE2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 254 45 -
CMYK 0.04 0 0.82 0.00
HSL 62.58º 0.99% 0.59% -
HSV(B) 62.58º 0.82% 1% -
XYZ 73.57 90.49 16.07 -
YUV 227.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 245 254 45 0.04 0 0.82 0.00 62.58 0.99 0.59
Hex F5 FE 2D 4 0 52 0 3F 63 3B
Octal 365 376 55 4 0 122 0 77 143 73
Binary 11110101 11111110 101101 100 0 1010010 0 111111 1100011 111011

Color Harmonies of #F5FE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FE2D

Black with #F5FE2D

Text Example


Text Example

White with #F5FE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FE2D; }

 p { color: rgb(245,254,45); }

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

background-color css

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

 a { background-color: rgb(245,254,45); }

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

border-color css

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

 span { border-color: rgb(245,254,45); }

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