Html Css Color HEX #FDDF42 Gorse

📋 copy color: '#FDDF42'

red 253 ◦ green 223 ◦ blue 66

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

Shades of Gorse #FDDF42

Tints of Gorse #FDDF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.18%

R = 46.68%
G = 41.14%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDDF42 (or 0xFDDF42) is known color: Gorse. HEX triplet: FD, DF and 42. RGB value is (253,223,66). Sum of RGB (Red+Green+Blue) = 253+223+66=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF42 is #0220BD. Grayscale: #D6D6D6. Windows color (decimal): -139454 or 4382717. OLE color: 4382717.

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

Color convert

RGB 253 223 66 -
CMYK 0 0.12 0.74 0.01
HSL 50.37º 0.98% 0.63% -
HSV(B) 50.37º 0.74% 0.99% -
XYZ 67.88 74.05 15.87 -
YUV 214.07 44.44 155.77 -
System Red Green Blue C M Y K H S L
Decimal 253 223 66 0 0.12 0.74 0.01 50.37 0.98 0.63
Hex FD DF 42 0 C 4A 1 32 62 3F
Octal 375 337 102 0 14 112 1 62 142 77
Binary 11111101 11011111 1000010 0 1100 1001010 1 110010 1100010 111111

Color Harmonies of #FDDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF42

Black with #FDDF42

Text Example


Text Example

White with #FDDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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