Html Css Color HEX #FDF027 Gorse

📋 copy color: '#FDF027'

red 253 ◦ green 240 ◦ blue 39

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

Shades of Gorse #FDF027

Tints of Gorse #FDF027

RGB

 RED value IS 253 (99.22% from 255) = 47.56%

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

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

R = 47.56%
G = 45.11%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDF027 (or 0xFDF027) is known color: Gorse. HEX triplet: FD, F0 and 27. RGB value is (253,240,39). Sum of RGB (Red+Green+Blue) = 253+240+39=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 39 (15.62% from 255 or 7.33% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF027 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF027 is #020FD8. Grayscale: #DDDDDD. Windows color (decimal): -135129 or 2617597. OLE color: 2617597.

HSL color Cylindrical-coordinate representation of color #FDF027: hue angle of 56.36º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDF027 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 39 -
CMYK 0 0.05 0.85 0.01
HSL 56.36º 0.98% 0.57% -
HSV(B) 56.36º 0.85% 0.99% -
XYZ 72.03 83.35 14.21 -
YUV 220.97 25.31 150.84 -
System Red Green Blue C M Y K H S L
Decimal 253 240 39 0 0.05 0.85 0.01 56.36 0.98 0.57
Hex FD F0 27 0 5 55 1 38 62 39
Octal 375 360 47 0 5 125 1 70 142 71
Binary 11111101 11110000 100111 0 101 1010101 1 111000 1100010 111001

Color Harmonies of #FDF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF027

Black with #FDF027

Text Example


Text Example

White with #FDF027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF027; }

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

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

background-color css

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

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

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

border-color css

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

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

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