Html Css Color HEX #FDDF28 Gorse

📋 copy color: '#FDDF28'

red 253 ◦ green 223 ◦ blue 40

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

Shades of Gorse #FDDF28

Tints of Gorse #FDDF28

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

 BLUE value IS 40 (16.02% from 255) = 7.75%

R = 49.03%
G = 43.22%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDDF28 (or 0xFDDF28) is known color: Gorse. HEX triplet: FD, DF and 28. RGB value is (253,223,40). Sum of RGB (Red+Green+Blue) = 253+223+40=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF28 is #0220D7. Grayscale: #D3D3D3. Windows color (decimal): -139480 or 2678781. OLE color: 2678781.

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

Color convert

RGB 253 223 40 -
CMYK 0 0.12 0.84 0.01
HSL 51.55º 0.98% 0.57% -
HSV(B) 51.55º 0.84% 0.99% -
XYZ 67.28 73.81 12.71 -
YUV 211.11 31.44 157.88 -
System Red Green Blue C M Y K H S L
Decimal 253 223 40 0 0.12 0.84 0.01 51.55 0.98 0.57
Hex FD DF 28 0 C 54 1 34 62 39
Octal 375 337 50 0 14 124 1 64 142 71
Binary 11111101 11011111 101000 0 1100 1010100 1 110100 1100010 111001

Color Harmonies of #FDDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF28

Black with #FDDF28

Text Example


Text Example

White with #FDDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF28; }

 p { color: rgb(253,223,40); }

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

background-color css

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

 a { background-color: rgb(253,223,40); }

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

border-color css

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

 span { border-color: rgb(253,223,40); }

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