Html Css Color HEX #FDF32F Gorse

📋 copy color: '#FDF32F'

red 253 ◦ green 243 ◦ blue 47

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

Shades of Gorse #FDF32F

Tints of Gorse #FDF32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.75%

 BLUE value IS 47 (18.75% from 255) = 8.66%

R = 46.59%
G = 44.75%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF32F (or 0xFDF32F) is known color: Gorse. HEX triplet: FD, F3 and 2F. RGB value is (253,243,47). Sum of RGB (Red+Green+Blue) = 253+243+47=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 47 (18.75% from 255 or 8.66% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF32F is #020CD0. Grayscale: #E0E0E0. Windows color (decimal): -134353 or 3142653. OLE color: 3142653.

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

Color convert

RGB 253 243 47 -
CMYK 0 0.04 0.81 0.01
HSL 57.09º 0.98% 0.59% -
HSV(B) 57.09º 0.81% 0.99% -
XYZ 73.07 85.19 15.28 -
YUV 223.65 28.31 148.94 -
System Red Green Blue C M Y K H S L
Decimal 253 243 47 0 0.04 0.81 0.01 57.09 0.98 0.59
Hex FD F3 2F 0 4 51 1 39 62 3B
Octal 375 363 57 0 4 121 1 71 142 73
Binary 11111101 11110011 101111 0 100 1010001 1 111001 1100010 111011

Color Harmonies of #FDF32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF32F

Black with #FDF32F

Text Example


Text Example

White with #FDF32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF32F; }

 p { color: rgb(253,243,47); }

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

background-color css

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

 a { background-color: rgb(253,243,47); }

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

border-color css

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

 span { border-color: rgb(253,243,47); }

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