Html Css Color HEX #F4BE0F Golden Poppy

📋 copy color: '#F4BE0F'

red 244 ◦ green 190 ◦ blue 15

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

Shades of Golden Poppy #F4BE0F

Tints of Golden Poppy #F4BE0F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 54.34%
G = 42.32%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4BE0F (or 0xF4BE0F) is known color: Golden Poppy. HEX triplet: F4, BE and 0F. RGB value is (244,190,15). Sum of RGB (Red+Green+Blue) = 244+190+15=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BE0F is #0B41F0. Grayscale: #BABABA. Windows color (decimal): -737777 or 1031924. OLE color: 1031924.

HSL color Cylindrical-coordinate representation of color #F4BE0F: hue angle of 45.85º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4BE0F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 190 15 -
CMYK 0 0.22 0.94 0.04
HSL 45.85º 0.91% 0.51% -
HSV(B) 45.85º 0.94% 0.96% -
XYZ 55.81 56.09 8.34 -
YUV 186.2 31.39 169.23 -
System Red Green Blue C M Y K H S L
Decimal 244 190 15 0 0.22 0.94 0.04 45.85 0.91 0.51
Hex F4 BE F 0 16 5E 4 2E 5B 33
Octal 364 276 17 0 26 136 4 56 133 63
Binary 11110100 10111110 1111 0 10110 1011110 100 101110 1011011 110011

Color Harmonies of #F4BE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BE0F

Black with #F4BE0F

Text Example


Text Example

White with #F4BE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BE0F; }

 p { color: rgb(244,190,15); }

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

background-color css

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

 a { background-color: rgb(244,190,15); }

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

border-color css

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

 span { border-color: rgb(244,190,15); }

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