Html Css Color HEX #FFAF43 Yellow Orange

📋 copy color: '#FFAF43'

red 255 ◦ green 175 ◦ blue 67

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

Shades of Yellow Orange #FFAF43

Tints of Yellow Orange #FFAF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.48%

R = 51.31%
G = 35.21%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFAF43 (or 0xFFAF43) is known color: Yellow Orange. HEX triplet: FF, AF and 43. RGB value is (255,175,67). Sum of RGB (Red+Green+Blue) = 255+175+67=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF43 is #0050BC. Grayscale: #BBBBBB. Windows color (decimal): -20669 or 4435967. OLE color: 4435967.

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

Color convert

RGB 255 175 67 -
CMYK 0 0.31 0.74 0
HSL 34.47º 1% 0.63% -
HSV(B) 34.47º 0.74% 1% -
XYZ 57.58 52.33 12.38 -
YUV 186.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 255 175 67 0 0.31 0.74 0 34.47 1 0.63
Hex FF AF 43 0 1F 4A 0 22 64 3F
Octal 377 257 103 0 37 112 0 42 144 77
Binary 11111111 10101111 1000011 0 11111 1001010 0 100010 1100100 111111

Color Harmonies of #FFAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF43

Black with #FFAF43

Text Example


Text Example

White with #FFAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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