Html Css Color HEX #F3BB0E Golden Poppy

📋 copy color: '#F3BB0E'

red 243 ◦ green 187 ◦ blue 14

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

Shades of Golden Poppy #F3BB0E

Tints of Golden Poppy #F3BB0E

RGB

 RED value IS 243 (95.31% from 255) = 54.73%

 GREEN value IS 187 (73.44% from 255) = 42.12%

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 54.73%
G = 42.12%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3BB0E (or 0xF3BB0E) is known color: Golden Poppy. HEX triplet: F3, BB and 0E. RGB value is (243,187,14). Sum of RGB (Red+Green+Blue) = 243+187+14=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BB0E is #0C44F1. Grayscale: #B8B8B8. Windows color (decimal): -804082 or 965619. OLE color: 965619.

HSL color Cylindrical-coordinate representation of color #F3BB0E: hue angle of 45.33º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3BB0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 187 14 -
CMYK 0 0.23 0.94 0.05
HSL 45.33º 0.91% 0.5% -
HSV(B) 45.33º 0.94% 0.95% -
XYZ 54.81 54.63 8.07 -
YUV 184.02 32.05 170.07 -
System Red Green Blue C M Y K H S L
Decimal 243 187 14 0 0.23 0.94 0.05 45.33 0.91 0.5
Hex F3 BB E 0 17 5E 5 2D 5B 32
Octal 363 273 16 0 27 136 5 55 133 62
Binary 11110011 10111011 1110 0 10111 1011110 101 101101 1011011 110010

Color Harmonies of #F3BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BB0E

Black with #F3BB0E

Text Example


Text Example

White with #F3BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BB0E; }

 p { color: rgb(243,187,14); }

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

background-color css

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

 a { background-color: rgb(243,187,14); }

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

border-color css

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

 span { border-color: rgb(243,187,14); }

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