Html Css Color HEX #FDA968 Rajah

📋 copy color: '#FDA968'

red 253 ◦ green 169 ◦ blue 104

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

Shades of Rajah #FDA968

Tints of Rajah #FDA968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 48.1%
G = 32.13%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDA968 (or 0xFDA968) is known color: Rajah. HEX triplet: FD, A9 and 68. RGB value is (253,169,104). Sum of RGB (Red+Green+Blue) = 253+169+104=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA968 is #025697. Grayscale: #BBBBBB. Windows color (decimal): -153240 or 6859261. OLE color: 6859261.

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

Color convert

RGB 253 169 104 -
CMYK 0 0.33 0.59 0.01
HSL 26.17º 0.97% 0.7% -
HSV(B) 26.17º 0.59% 0.99% -
XYZ 57.19 50.26 19.78 -
YUV 186.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 253 169 104 0 0.33 0.59 0.01 26.17 0.97 0.7
Hex FD A9 68 0 21 3B 1 1A 61 46
Octal 375 251 150 0 41 73 1 32 141 106
Binary 11111101 10101001 1101000 0 100001 111011 1 11010 1100001 1000110

Color Harmonies of #FDA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA968

Black with #FDA968

Text Example


Text Example

White with #FDA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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