Html Css Color HEX #F7AF3C Yellow Orange

📋 copy color: '#F7AF3C'

red 247 ◦ green 175 ◦ blue 60

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

Shades of Yellow Orange #F7AF3C

Tints of Yellow Orange #F7AF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.45%

R = 51.24%
G = 36.31%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7AF3C (or 0xF7AF3C) is known color: Yellow Orange. HEX triplet: F7, AF and 3C. RGB value is (247,175,60). Sum of RGB (Red+Green+Blue) = 247+175+60=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF3C is #0850C3. Grayscale: #B7B7B7. Windows color (decimal): -544964 or 3977207. OLE color: 3977207.

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

Color convert

RGB 247 175 60 -
CMYK 0 0.29 0.76 0.03
HSL 36.9º 0.92% 0.6% -
HSV(B) 36.9º 0.76% 0.97% -
XYZ 54.5 50.76 11.2 -
YUV 183.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 247 175 60 0 0.29 0.76 0.03 36.9 0.92 0.6
Hex F7 AF 3C 0 1D 4C 3 25 5C 3C
Octal 367 257 74 0 35 114 3 45 134 74
Binary 11110111 10101111 111100 0 11101 1001100 11 100101 1011100 111100

Color Harmonies of #F7AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF3C

Black with #F7AF3C

Text Example


Text Example

White with #F7AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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