Html Css Color HEX #FFAF60 Rajah

📋 copy color: '#FFAF60'

red 255 ◦ green 175 ◦ blue 96

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

Shades of Rajah #FFAF60

Tints of Rajah #FFAF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.25%

R = 48.48%
G = 33.27%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFAF60 (or 0xFFAF60) is known color: Rajah. HEX triplet: FF, AF and 60. RGB value is (255,175,96). Sum of RGB (Red+Green+Blue) = 255+175+96=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF60 is #00509F. Grayscale: #BEBEBE. Windows color (decimal): -20640 or 6336511. OLE color: 6336511.

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

Color convert

RGB 255 175 96 -
CMYK 0 0.31 0.62 0
HSL 29.81º 1% 0.69% -
HSV(B) 29.81º 0.62% 1% -
XYZ 58.68 52.76 18.16 -
YUV 189.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 255 175 96 0 0.31 0.62 0 29.81 1 0.69
Hex FF AF 60 0 1F 3E 0 1E 64 45
Octal 377 257 140 0 37 76 0 36 144 105
Binary 11111111 10101111 1100000 0 11111 111110 0 11110 1100100 1000101

Color Harmonies of #FFAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF60

Black with #FFAF60

Text Example


Text Example

White with #FFAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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