Html Css Color HEX #FDDF3F Gorse

📋 copy color: '#FDDF3F'

red 253 ◦ green 223 ◦ blue 63

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

Shades of Gorse #FDDF3F

Tints of Gorse #FDDF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.69%

R = 46.94%
G = 41.37%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDDF3F (or 0xFDDF3F) is known color: Gorse. HEX triplet: FD, DF and 3F. RGB value is (253,223,63). Sum of RGB (Red+Green+Blue) = 253+223+63=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF3F is #0220C0. Grayscale: #D6D6D6. Windows color (decimal): -139457 or 4186109. OLE color: 4186109.

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

Color convert

RGB 253 223 63 -
CMYK 0 0.12 0.75 0.01
HSL 50.53º 0.98% 0.62% -
HSV(B) 50.53º 0.75% 0.99% -
XYZ 67.79 74.02 15.42 -
YUV 213.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 253 223 63 0 0.12 0.75 0.01 50.53 0.98 0.62
Hex FD DF 3F 0 C 4B 1 33 62 3E
Octal 375 337 77 0 14 113 1 63 142 76
Binary 11111101 11011111 111111 0 1100 1001011 1 110011 1100010 111110

Color Harmonies of #FDDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF3F

Black with #FDDF3F

Text Example


Text Example

White with #FDDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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