Html Css Color HEX #FDA965 Rajah

📋 copy color: '#FDA965'

red 253 ◦ green 169 ◦ blue 101

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

Shades of Rajah #FDA965

Tints of Rajah #FDA965

RGB

 RED value IS 253 (99.22% from 255) = 48.37%

 GREEN value IS 169 (66.41% from 255) = 32.31%

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 48.37%
G = 32.31%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA965 (or 0xFDA965) is known color: Rajah. HEX triplet: FD, A9 and 65. RGB value is (253,169,101). Sum of RGB (Red+Green+Blue) = 253+169+101=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA965 is #02569A. Grayscale: #BABABA. Windows color (decimal): -153243 or 6662653. OLE color: 6662653.

HSL color Cylindrical-coordinate representation of color #FDA965: hue angle of 26.84º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDA965 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 101 -
CMYK 0 0.33 0.60 0.01
HSL 26.84º 0.97% 0.69% -
HSV(B) 26.84º 0.6% 0.99% -
XYZ 57.04 50.2 18.99 -
YUV 186.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 253 169 101 0 0.33 0.60 0.01 26.84 0.97 0.69
Hex FD A9 65 0 21 3C 1 1B 61 45
Octal 375 251 145 0 41 74 1 33 141 105
Binary 11111101 10101001 1100101 0 100001 111100 1 11011 1100001 1000101

Color Harmonies of #FDA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA965

Black with #FDA965

Text Example


Text Example

White with #FDA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA965; }

 p { color: rgb(253,169,101); }

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

background-color css

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

 a { background-color: rgb(253,169,101); }

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

border-color css

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

 span { border-color: rgb(253,169,101); }

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