Html Css Color HEX #F0CD1A Broom

📋 copy color: '#F0CD1A'

red 240 ◦ green 205 ◦ blue 26

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

Shades of Broom #F0CD1A

Tints of Broom #F0CD1A

RGB

 RED value IS 240 (94.14% from 255) = 50.96%

 GREEN value IS 205 (80.47% from 255) = 43.52%

 BLUE value IS 26 (10.55% from 255) = 5.52%

R = 50.96%
G = 43.52%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0CD1A (or 0xF0CD1A) is known color: Broom. HEX triplet: F0, CD and 1A. RGB value is (240,205,26). Sum of RGB (Red+Green+Blue) = 240+205+26=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CD1A is #0F32E5. Grayscale: #C3C3C3. Windows color (decimal): -996070 or 1756656. OLE color: 1756656.

HSL color Cylindrical-coordinate representation of color #F0CD1A: hue angle of 50.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0CD1A is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 26 -
CMYK 0 0.15 0.89 0.06
HSL 50.19º 0.88% 0.52% -
HSV(B) 50.19º 0.89% 0.94% -
XYZ 57.95 62.26 9.94 -
YUV 195.06 32.6 160.05 -
System Red Green Blue C M Y K H S L
Decimal 240 205 26 0 0.15 0.89 0.06 50.19 0.88 0.52
Hex F0 CD 1A 0 F 59 6 32 58 34
Octal 360 315 32 0 17 131 6 62 130 64
Binary 11110000 11001101 11010 0 1111 1011001 110 110010 1011000 110100

Color Harmonies of #F0CD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD1A

Black with #F0CD1A

Text Example


Text Example

White with #F0CD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD1A; }

 p { color: rgb(240,205,26); }

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

background-color css

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

 a { background-color: rgb(240,205,26); }

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

border-color css

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

 span { border-color: rgb(240,205,26); }

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