Html Css Color HEX #F7AF04 Orange

📋 copy color: '#F7AF04'

red 247 ◦ green 175 ◦ blue 4

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

Shades of Orange #F7AF04

Tints of Orange #F7AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 57.98%
G = 41.08%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F7AF04 (or 0xF7AF04) is known color: Orange. HEX triplet: F7, AF and 04. RGB value is (247,175,4). Sum of RGB (Red+Green+Blue) = 247+175+4=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AF04 is #0850FB. Grayscale: #B1B1B1. Windows color (decimal): -545020 or 307191. OLE color: 307191.

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

Color convert

RGB 247 175 4 -
CMYK 0 0.29 0.98 0.03
HSL 42.22º 0.97% 0.49% -
HSV(B) 42.22º 0.98% 0.97% -
XYZ 53.71 50.44 7.02 -
YUV 177.03 30.35 177.9 -
System Red Green Blue C M Y K H S L
Decimal 247 175 4 0 0.29 0.98 0.03 42.22 0.97 0.49
Hex F7 AF 4 0 1D 62 3 2A 61 31
Octal 367 257 4 0 35 142 3 52 141 61
Binary 11110111 10101111 100 0 11101 1100010 11 101010 1100001 110001

Color Harmonies of #F7AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF04

Black with #F7AF04

Text Example


Text Example

White with #F7AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF04; }

 p { color: rgb(247,175,4); }

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

background-color css

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

 a { background-color: rgb(247,175,4); }

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

border-color css

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

 span { border-color: rgb(247,175,4); }

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