Html Css Color HEX #F4DA40 Gorse

📋 copy color: '#F4DA40'

red 244 ◦ green 218 ◦ blue 64

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

Shades of Gorse #F4DA40

Tints of Gorse #F4DA40

RGB

 RED value IS 244 (95.7% from 255) = 46.39%

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 64 (25.39% from 255) = 12.17%

R = 46.39%
G = 41.44%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F4DA40 (or 0xF4DA40) is known color: Gorse. HEX triplet: F4, DA and 40. RGB value is (244,218,64). Sum of RGB (Red+Green+Blue) = 244+218+64=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA40 is #0B25BF. Grayscale: #D0D0D0. Windows color (decimal): -730560 or 4250356. OLE color: 4250356.

HSL color Cylindrical-coordinate representation of color #F4DA40: hue angle of 51.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4DA40 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 218 64 -
CMYK 0 0.11 0.74 0.04
HSL 51.33º 0.89% 0.6% -
HSV(B) 51.33º 0.74% 0.96% -
XYZ 63.31 69.75 14.98 -
YUV 208.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 244 218 64 0 0.11 0.74 0.04 51.33 0.89 0.6
Hex F4 DA 40 0 B 4A 4 33 59 3C
Octal 364 332 100 0 13 112 4 63 131 74
Binary 11110100 11011010 1000000 0 1011 1001010 100 110011 1011001 111100

Color Harmonies of #F4DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DA40

Black with #F4DA40

Text Example


Text Example

White with #F4DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DA40; }

 p { color: rgb(244,218,64); }

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

background-color css

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

 a { background-color: rgb(244,218,64); }

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

border-color css

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

 span { border-color: rgb(244,218,64); }

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