Html Css Color HEX #F7BF0F Golden Poppy

📋 copy color: '#F7BF0F'

red 247 ◦ green 191 ◦ blue 15

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

Shades of Golden Poppy #F7BF0F

Tints of Golden Poppy #F7BF0F

RGB

 RED value IS 247 (96.88% from 255) = 54.53%

 GREEN value IS 191 (75% from 255) = 42.16%

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

R = 54.53%
G = 42.16%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7BF0F (or 0xF7BF0F) is known color: Golden Poppy. HEX triplet: F7, BF and 0F. RGB value is (247,191,15). Sum of RGB (Red+Green+Blue) = 247+191+15=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BF0F is #0840F0. Grayscale: #BCBCBC. Windows color (decimal): -540913 or 1032183. OLE color: 1032183.

HSL color Cylindrical-coordinate representation of color #F7BF0F: hue angle of 45.52º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7BF0F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 191 15 -
CMYK 0 0.23 0.94 0.03
HSL 45.52º 0.94% 0.51% -
HSV(B) 45.52º 0.94% 0.97% -
XYZ 57.07 57.07 8.46 -
YUV 187.68 30.55 170.31 -
System Red Green Blue C M Y K H S L
Decimal 247 191 15 0 0.23 0.94 0.03 45.52 0.94 0.51
Hex F7 BF F 0 17 5E 3 2E 5E 33
Octal 367 277 17 0 27 136 3 56 136 63
Binary 11110111 10111111 1111 0 10111 1011110 11 101110 1011110 110011

Color Harmonies of #F7BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BF0F

Black with #F7BF0F

Text Example


Text Example

White with #F7BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BF0F; }

 p { color: rgb(247,191,15); }

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

background-color css

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

 a { background-color: rgb(247,191,15); }

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

border-color css

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

 span { border-color: rgb(247,191,15); }

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