Html Css Color HEX #FFAF3C Yellow Orange

📋 copy color: '#FFAF3C'

red 255 ◦ green 175 ◦ blue 60

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

Shades of Yellow Orange #FFAF3C

Tints of Yellow Orange #FFAF3C

RGB

 RED value IS 255 (100% from 255) = 52.04%

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

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

R = 52.04%
G = 35.71%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFAF3C (or 0xFFAF3C) is known color: Yellow Orange. HEX triplet: FF, AF and 3C. RGB value is (255,175,60). Sum of RGB (Red+Green+Blue) = 255+175+60=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3C is #0050C3. Grayscale: #BABABA. Windows color (decimal): -20676 or 3977215. OLE color: 3977215.

HSL color Cylindrical-coordinate representation of color #FFAF3C: hue angle of 35.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFAF3C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 60 -
CMYK 0 0.31 0.76 0
HSL 35.38º 1% 0.62% -
HSV(B) 35.38º 0.76% 1% -
XYZ 57.39 52.25 11.33 -
YUV 185.81 57 177.35 -
System Red Green Blue C M Y K H S L
Decimal 255 175 60 0 0.31 0.76 0 35.38 1 0.62
Hex FF AF 3C 0 1F 4C 0 23 64 3E
Octal 377 257 74 0 37 114 0 43 144 76
Binary 11111111 10101111 111100 0 11111 1001100 0 100011 1100100 111110

Color Harmonies of #FFAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF3C

Black with #FFAF3C

Text Example


Text Example

White with #FFAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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